Rdocumentation
powered by
Learn R Programming
GeneralTree (version 0.0.1)
<-.GeneralTree: Deep clone a General Tree.
Description
Deep clone a General Tree.
Usage
`<-.GeneralTree`(x, value)
Arguments
x
The target to where the tree should be copied.
value
The general tree that should be cloned into.
Value
a clone of the tree.